MessageMessageDeliveryTime Property |
Contains the date and time when a message was delivered.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DateTime MessageDeliveryTime { get; set; }Public Property MessageDeliveryTime As DateTime
Get
Set
Property Value
Type:
DateTimeThe message delivery time.
RemarksThis property describes the time the message was stored at the server, rather than the download time when the transport provider copied the message from the server to the local store.
See Also